Another tiny C89 fix.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 24 Feb 2006 15:37:09 +0000 (16:37 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 24 Feb 2006 15:37:09 +0000 (16:37 +0100)
Signed-off-by: Bruce Rogers <brogers@novell.com>
xen/include/public/io/xs_wire.h

index d8ae8ea11d9dba74484e788ca3a8aa3f62dd5042..3c642fd1fcc029bff12ff2a08955aea5c9ff48d5 100644 (file)
@@ -70,7 +70,7 @@ struct xsd_sockmsg
 enum xs_watch_type
 {
     XS_WATCH_PATH = 0,
-    XS_WATCH_TOKEN,
+    XS_WATCH_TOKEN
 };
 
 /* Inter-domain shared memory communications. */